home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 40 / Amiga Format CD40 (1999-05-11)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-06].iso / -seriously_amiga- / emulation / v2600 / v2600.readme < prev    next >
Text File  |  1999-03-31  |  9KB  |  246 lines

  1. Virtual 2600 Amiga (v2600), An Atari 2600 Emulator
  2. ==================================================
  3.  
  4. Amiga version 0.83. This is BETA software. Please report any bugs.
  5.  
  6.  
  7.  
  8. DESCRIPTION
  9. ===========
  10.  
  11. Virtual 2600 Amiga is an emulation of the Atari 2600 video game system,
  12. otherwise known as the Atari VCS, or Video Computer System.  It can read
  13. ROM files of the following types:  .bin binary images, Commodore .prg
  14. format files, Activision Action Pack .bin files, and the new .c26 Common
  15. 2600 file format files.  It uses regular Amiga joysticks, and can use the
  16. mouse to emulate paddles.  Many existing Atari 2600 cartridges can be used
  17. with this emulator.  Even sound is supported, more or less...
  18.  
  19.  
  20.  
  21. REQUIREMENTS
  22. ============
  23.  
  24. Any fast Amiga, 020 or better, OS 3.0 or better.
  25. Fast RAM recommended.
  26. The faster the Amiga, the better.
  27. Atari 2600 ROMs (one included: Okie-Dokie)
  28.  
  29.  
  30.  
  31. USAGE
  32. =====
  33.  
  34. Double-click on the v2600 icon to bring up the window.  The Command Line
  35. Interface has been removed.  Too bad, eh?  ;^)
  36.  
  37.  
  38. Load ROM
  39.  
  40. Click on the "Load ROM" button to bring up a file requester.  It will only
  41. display files that are valid with v2600.  When you select a ROM, the
  42. filename and path will be shown in the box next to the "Load ROM" button.
  43. You can just type in the name of a ROM you want to load in this box if you
  44. don't care to use the file requester.  Be careful what you load, since
  45. there is no way to thoroughly check that you are using a real Atari ROM.
  46. Loading other files could crash your computer.
  47.  
  48.  
  49. Refresh Rate
  50.  
  51. This will set how often the screen will be updated.  For example, if you
  52. set the Refresh Rate to 2, it will only refresh every-other-frame.  This
  53. can speed up the graphics rendering, but can also cause some games to look
  54. pretty bad.
  55.  
  56.  
  57. System Type
  58.  
  59. This will allow you to emulate either a PAL or NTSC Atari.
  60.  
  61.  
  62. Left Controller
  63. Right Controller
  64. Paddle Control
  65.  
  66. This allows you to select what type of controller the left and right
  67. players will use.  If you select "Joystick", then a standard Amiga joystick
  68. may be used.  In case you didn't already know, Amiga joysticks are
  69. compatible with Atari joysticks, so you can use the original Atari
  70. joysticks for a really authentic (not to mention uncomfortable) experience.
  71. The "Left Controller", which is used by "Player 1" in most games, uses the
  72. joystick port (Port 1) on your Amiga.  To use the "Right Controller", you
  73. must remove your mouse from the mouse port (Port 0), and replace it with a
  74. joystick.  If you want to play a paddle game, you can change to "Paddle".
  75. The Amiga mouse is used to emulate an Atari paddle.  Real Atari paddles are
  76. not supported at this time.  If you set the "Paddle Control" to "Use Mouse
  77. X", then you can move the mouse left and right (along the X-axis) to
  78. emulate a paddle.  If you change the "Paddle Control" to "Use Mouse Y",
  79. then you can move the mouse up and down (along the Y-axis) to emulate a
  80. paddle.  Atari racing paddles and keyboard controllers are not supported at
  81. this time.
  82.  
  83.  
  84. Bank Switching
  85.  
  86. The Atari could only address about 6k from a cartridge ROM, so for games
  87. requiring more memory, special hardware is used to "switch banks" of ROM
  88. memory.  Since this is done with hardware, emulating this can be tricky,
  89. because there is no way to determine if a ROM requires this.  It was up to
  90. the game manufacturer to decide what type of bank switching hardware they
  91. wanted to use.  Thankfully there were a few companies that stuck with a
  92. standard chip.  The bank switching schemes emulated are Atari 8k, for most
  93. 8k Atari-manufactured ROMs, Atari 16k for most 16k Atari-manufactured ROMs,
  94. Parker 8k for most 8k Parker-Brothers-manufactured ROMs, CBS for most
  95. CBS-manufactured ROMs, and Atari Super Chip for Atari-manufactured ROMs
  96. that use it.  If the ROM you want to play is 6k or less, you can most
  97. likely choose NONE for no banking, since it's not necessary for small ROMs.
  98. It's a guessing game for other ROMs, though.  Unfortunately, large
  99. Activision ROMs are not yet supported.  Currently, bank switching is fairly
  100. unstable.  Choosing the wrong bank switching method could lock-up or crash
  101. your computer.
  102.  
  103.  
  104. Video Output
  105.  
  106. This allows you to select the video output mode of the emulator.
  107. "Workbench Screen" opens a window on the Workbench.  The more colors your
  108. Workbench can display, the better.  "Custom Screen" opens a separate screen
  109. for output.  Both of these modes use the WritePixelArray8()
  110. chunky-to-planar routine.  "Fast & Ugly" uses a custom screen, and uses a
  111. custom c2p routine.  It's the fastest method, but it can be flickery.
  112.  
  113.  
  114. Sound Output
  115.  
  116. If you check this box, Atari sound will be emulated.  This will slow down
  117. the emulator considerably, so only use it if you have a really beefy
  118. machine.  Only pure sounds are supported.  White noise, which is used in
  119. explosions and other sound effects, is not emulated.  This will make some
  120. games sound bad. Sorry.
  121.  
  122.  
  123. Start
  124.  
  125. Press the "Start" button to play the selected ROM.  If you haven't selected
  126. a ROM, the "Start" button will be "greyed-out", and won't function.  When
  127. you press "Start", all the current settings are saved to a file called
  128. "v2600.opts" in the directory that v2600 resides in.
  129.  
  130.  
  131.  
  132. KEYBOARD CONTROL
  133. ================
  134.  
  135. For the sake of faster emulation and cleaner code, keyboard emulation of
  136. the joystick has been removed.  It will only be added if there is a big
  137. demand for it.
  138.  
  139.  
  140.  
  141. CONSOLE SWITCHES
  142. ================
  143.  
  144. The Atari 2600 has several switches on the console which perform various
  145. functions.  The keyboard equivalents are:
  146.  
  147. F1 or R    Reset
  148. F2 or S    Select
  149. F3 or B    Color/BW
  150. F4         Left Player Amateur (B on some Ataris)
  151. F5         Left Player Pro (A on some Ataris)
  152. F6         Right Player Amateur (B on some Ataris)
  153. F7         Right Player Pro (A on some Ataris)
  154. ESC or F10 Quit
  155.  
  156.  
  157.  
  158. COPY POLICY
  159. ===========
  160.  
  161. The original Virtual 2600 is copyright 1995/96 Alex Hornby.
  162. Virtual 2600 Amiga is copyright 1998 Matthew Stroup.
  163.  
  164. Virtual 2600 is free software distributed under the terms of the GNU
  165. General Public License.  This means that the source code needs to be
  166. available.  To cut down on archive size, I will make the source available
  167. on my web page in a separate archive.
  168.  
  169.  
  170.  
  171. AUTHORS
  172. =======
  173.  
  174. Virtual 2600 Amiga:
  175. Matthew Stroup
  176. stroupm@jps.net
  177. http://www.jps.net/stroupm/v2600.htm
  178.  
  179. When I saw that the Virtual 2600 code was available to be ported, I thought
  180. it would be a challenging project.  Unfortunately, it runs about 4-5 fps on
  181. my 50MHz 68030.  Most of the speed problems stem from the fact that Virtual
  182. 2600 was intended to run on PC hardware.  A great deal of time is spent
  183. emulating PC hardware, not an Atari 2600.  Both my code and Alex Hornby's
  184. original code are in beta stages.  Later versions will hopefully be faster.
  185. Amiga v2600 was compiled using SAS/C 6.58.  The source code for the Amiga
  186. version is available on my web page, as per the GNU public license.  To get
  187. the original source code, or source code for other platforms, check the
  188. Virtual 2600 home page.
  189.  
  190. Virtual 2600:
  191. Alex Hornby
  192. ahornby@zetnet.co.uk
  193. http://www.users.zetnet.co.uk/ahornby/v2600.html
  194.  
  195. The original Virtual 2600 is the result of Alex Hornby's 3rd year
  196. university project.  His aim is to preserve old computer games that would
  197. otherwise be lost to the world.
  198.  
  199.  
  200.  
  201. IMPORTANT NOTES
  202. ===============
  203.  
  204. Please don't e-mail me asking for ROMs, because I won't give them to you.
  205. Someone has uploaded a file to Aminet that includes nearly every Atari 2600
  206. ROM in existence.  I will put a link to that file on my web page.  I highly
  207. recommend only using the ROMs that you actually own.  Doing otherwise can
  208. be copyright infringement, although some of the copyrights for Atari 2600
  209. software have expired long ago.  I have included a freeware game,
  210. OkieDokie, with the permission of Bob Colbert and Retroware.
  211.  
  212. If you have any comments, suggestions, or bug reports, please send me
  213. e-mail at stroupm@jps.net.  I'll try to get back to you as soon as
  214. possible.  I no longer receive e-mail at stroupm@inreach.com or
  215. stroupm@csus.edu.
  216.  
  217.  
  218.  
  219. TROUBLESHOOTING
  220. ===============
  221.  
  222. If a game doesn't seem to be working, it's probably because you selected
  223. the wrong banking type.  It is possible that your memory is getting
  224. trashed, and v2600 may freeze up, requiring a reset.  This is apparently
  225. caused by faulty bank switching, which has been noted by the original
  226. author.  I have not, however, had any Enforcer hits.  It would be a good
  227. idea to reset your Amiga after using v2600, though, and don't do anything
  228. important in the background.  You've been warned!  ;^)
  229.  
  230. Some games, such as Activision's Pitfall II, had custom hardware in the
  231. cartridge, which makes emulation impossible.  Although many games work,
  232. there are quite a few that won't.  Your best bet is to just experiment.
  233. Have fun!
  234.  
  235.  
  236.  
  237. THINGS TO COME (MAYBE)
  238. ======================
  239.  
  240. * Support for real Atari paddles.
  241. * Support (real or emulated) for Atari racing controllers.
  242. * Support (real or emulated) for Atari keyboard controllers.
  243. * Make it faster.
  244. * Improve sound emulation.
  245. * Eliminate hardware banging for compatibility with future Amigas.
  246.